home *** CD-ROM | disk | FTP | other *** search
- *--------------------------------> AddMem <---------------------------------*
- *------------------------> Version 1.0 on 4/25/1993 <-----------------------*
- *--------------------------> by Martin Schlodder <--------------------------*
-
- AddMem is a replacement for the various similar programs. It adds the memory
- with the correct memory type and priority for Kickstart 1.2, 1.3 and 2.0,
- and a correct name. Additionally it allows the user to test the memory before
- adding it to the system by passing the optional keyword 'CheckMem'.
-
- Usage: AddMem StartAddr EndAddr [CheckMem]
-
- StartAddr and EndAddr are entered in hexadecimal notation and must be
- devisible by $80000.
-
- This program is freeware. You may use it and copy it, as long as you leave it
- unchanged.
-
- -----------------------------------------------------------------------------
-
- For questions or suggestions call me via EMail (internet):
- schlodder@student.uni-tuebingen.de
-
- Or write me:
- Martin Schlodder
- Uhlandstr. 18
- D-7460 Balingen (old PLZ)
-
- -----------------------------------------------------------------------------
-
- DISCLAIMER:
-
- I am not responsible for loss of data, damage or other problems rusulting
- directly or indirectly from the use of this program. (Though I can't imagine
- any situation where great harm could be done to the computer. In the worst
- case, the machine will crush.)
-
- -----------------------------------------------------------------------------
-
- HISTORY:
-
- V0.5: First Version. Uses the OS2.0 type PUBLIC|FAST|LOCAL|24BITDMA for the
- new memory.
- V0.6: Now checks for the option 'CHeckMem' before testing the memory.
- V1.0: Works now with Kick 1.3 and earlier versions by using the memory type
- PUBLIC|FAST for them.
-
- -----------------------------------------------------------------------------
- //
- Thanks to \X/ Amiga for being the best computer ever !
-
-